/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    .scrolldown {
        bottom: 25px !important;
    }
    .f60 {
        font-size: 50px !important;
    }
    body h4 {
    font-size: 27px !important;
    line-height: 1 !important;
    }
    .logointro{max-width: 70%}
    body .bg_text {
        top: -67px;
    }
    .height-fit{height: auto !important}
    .height-fit .row{width: 100%}
    .height-fit .vertical-align{
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 80px;


        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    body h1.final{line-height: 1;font-size: 50px !important}
}